home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00083.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  99 b   |  8 lines

  1. on mouseDown
  2.   if the visible of sprite 48 = 1 then
  3.     exit
  4.   else
  5.     scrollright()
  6.   end if
  7. end
  8.